a) Contenido de innerHTML de elemento identificado por id="h2"
innerHTML(h2) =
b) Contenido de outerHTML de elemento identificado por id="h1"
outerHTML(h1) =
c) Contenido de de la propiedad global: location.href
location.href(global) =
d) Contenido de de la propiedad global: location
location(global) =
e) Contenido de de las propiedades globales: screen.width y screen.heigth
screen.width(global) =
screen.heigth(global) =